Skip to content

Conversation

yermukhanbet
Copy link

Currently our team is using removeDuplicates() function for the AsyncPublisher in one of our service protocols as a return type. Since for each service we have both live and mock structs, I faced an issue with mocking ASyncRemoveDuplicatesSequence value, as the init is internal.

In this PR I changed it to public. Please, let me know if internal init was intentional approach, so I will try to find another possible way for mocking the return type.

@FranzBusch FranzBusch added the v1.1 Post-1.0 work label Sep 21, 2023
@FranzBusch
Copy link
Member

Right now this is intentional. We might want to revisit this on a larger scale if we do it and make all inits public. cc @phausler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.1 Post-1.0 work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants